home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 121
/
FreelogMagazineJuilletAout2014-No121.iso
/
Outils
/
Adobe-Air
/
adobe-air_13.exe
/
[0]
/
setup.swf
/
scripts
/
cs$containers_properties.as
< prev
next >
Wrap
Text File
|
2014-03-27
|
620b
|
25 lines
package
{
import mx.resources.ResourceBundle;
public class cs$containers_properties extends ResourceBundle
{
public function cs$containers_properties()
{
super("cs","containers");
}
override protected function getContent() : Object
{
return {
"noColumnsFound":"No ConstraintColumns found.",
"noRowsFound":"No ConstraintRows found.",
"rowNotFound":"ConstraintRow \'{0}\' not found.",
"columnNotFound":"ConstraintColumn \'{0}\' not found."
};
}
}
}